This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: DialogBox cannot be used in this context; a document must be selected ~Judy Asakigenader 8.Oct.03 04:38 PM a Web browser Domino Designer All ReleasesAll Platforms
Thanks, Mike -
Your changes do allow the DialogBox form to pop up (I don't get the error), but any changes made to the DialogBox don't affect my current document that I'm running it from.
This is from Help -
NotesDocument. Optional. A document to be opened instead of the current document.
I really don't want to open another document other than my current one. So the bottom line is that this code bypasses the error and gives me the form, but the data doesn't come through. The old way gets the data through, but causes the error if I create the main form from another database...does that make any sense?
I tried getting a handle to my current document, and putting that in as the argument, which allowed me to open the dialogbox, but still didn't work...